projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa81903
)
testsuite: Install accessibility-dump executable alongside tests
author
Simon McVittie
<smcv@debian.org>
Fri, 14 Sep 2018 12:15:09 +0000
(13:15 +0100)
committer
Simon McVittie
<smcv@debian.org>
Wed, 19 Sep 2018 08:41:49 +0000
(09:41 +0100)
The installed-tests want to run this.
Signed-off-by: Simon McVittie <smcv@debian.org>
testsuite/a11y/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/a11y/meson.build
b/testsuite/a11y/meson.build
index ddd8f0133e40f29f0577d5bd3e7cbc8a77e0efda..01fab478fd7355aa74f4a334a2894d6e96c743f4 100644
(file)
--- a/
testsuite/a11y/meson.build
+++ b/
testsuite/a11y/meson.build
@@
-44,6
+44,8
@@
a11y_state_tests = [
a11y_dump_bin = executable('accessibility-dump',
'accessibility-dump.c',
dependencies: libgtk_dep,
+ install: get_option('install-tests'),
+ install_dir: testexecdir,
)
foreach t: a11y_state_tests